Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Instruments 16 Time Profile Deep Copy #484

Merged
merged 3 commits into from
Nov 17, 2024

Conversation

robert3005
Copy link
Contributor

fix #481

I generated profile using simple program, however, the capture profile is actually different than earlier instruments that's why there's new test snapshot

}

interface PastedAllocationsProfileRow {
'Bytes Used'?: string
'Source Path'?: string
'Symbol Name'?: string
'Symbol Names'?: string
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still Symbol Name for allocations but if we don't add this field here we have a unknown field. Couldn't figure out nicer way of dealing with this

@robert3005 robert3005 changed the title Add support for Instruments 16 time profiles Add support for Instruments 16 Time Profile Deep Copy Nov 1, 2024
@coveralls
Copy link

Coverage Status

coverage: 43.693% (+0.09%) from 43.603%
when pulling 1bac202 on robert3005:rk/i16
into d69f3d0 on jlfwong:main.

@jlfwong jlfwong merged commit e468c60 into jlfwong:main Nov 17, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

XCode Instruments 16 breaks Deep Copy format import
3 participants